Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 96 for fphp (0.09 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"text/x-ml",
    				"text/x-matlab",
    				"application/x-matlab-data",
    				"text/x-modula",
    				"text/x-objcsrc",
    				"text/x-ocaml",
    				"text/x-pascal",
    				"text/x-perl",
    				"text/x-php",
    				"text/x-prolog",
    				"text/x-python",
    				"text/x-rst",
    				"text/x-rexx",
    				"text/x-ruby",
    				"text/x-scala",
    				"text/x-scheme",
    				"text/x-sed",
    				"text/x-sql",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

     * http://jstree.com/
     *
     * Copyright (c) 2010 Ivan Bozhanov (vakata.com)
     *
     * Licensed same as jquery - under the terms of either the MIT License or the GPL Version 2 License
     *   http://www.opensource.org/licenses/mit-license.php
     *   http://www.gnu.org/licenses/gpl.html
     *
     * $Date: 2011-02-09 01:17:14 +0200 (ср, 09 февр 2011) $
     * $Revision: 236 $
     */
    
    /*jslint browser: true, onevar: true, undef: true, bitwise: true, strict: true */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/proxier.go

    // netfilter hooks (e.g., "postrouting", "input", etc.), as opposed to "regular" chains,
    // which are only run when a rule jumps to them. See
    // https://wiki.nftables.org/wiki-nftables/index.php/Configuring_chains.
    //
    // These are set up from setupNFTables() and then not directly referenced by
    // syncProxyRules().
    //
    // All of our base chains have names that are just "${type}-${hook}". e.g., "nat-prerouting".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    ==== Changed classpath filtering for Eclipse
    
    Gradle 5.6 no longer supplies custom classpath attributes in the Eclipse model.
    Instead, it provides the attributes for link:https://www.eclipse.org/eclipse/news/4.8/jdt.php#jdt-test-sources[Eclipse test sources].
    This change requires Buildship version 3.1.1 or later.
    
    ==== Embedded Kotlin upgraded to 1.3.41
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.facet_filetype_image=画像
    labels.facet_filetype_java=Java
    labels.facet_filetype_javascript=JavaScript
    labels.facet_filetype_json=Json
    labels.facet_filetype_ocaml=OCaml
    labels.facet_filetype_perl=Perl
    labels.facet_filetype_php=PHP
    labels.facet_filetype_properties=プロパティファイル
    labels.facet_filetype_python=Python
    labels.facet_filetype_ruby=Ruby
    labels.facet_filetype_scala=Scala
    labels.facet_filetype_shell=シェルスクリプト
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    | Windows
    | http://gcc.gnu.org/[GCC] with http://cygwin.com[Cygwin 32 and Cygwin 64]
    | Windows XP and later.
    
    | Windows
    | http://gcc.gnu.org/[GCC] with http://www.mingw.org/[MinGW] and https://mingw-w64.org/doku.php[MinGW64]
    | Windows XP and later.
    |===
    
    The following tool chains are unofficially supported. They generally work fine, but are not tested continuously:
    
    [%header%autowidth,compact]
    |===
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  7. src/math/big/float_test.go

    		{"0x.fffffffffffffp-1022", smallestNormalFloat64 - math.SmallestNonzeroFloat64, Exact},
    		{"4503599627370495p-1074", smallestNormalFloat64 - math.SmallestNonzeroFloat64, Exact},
    
    		// https://www.exploringbinary.com/php-hangs-on-numeric-value-2-2250738585072011e-308/
    		{"2.2250738585072011e-308", 2.225073858507201e-308, Below},
    		// https://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.perl"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-php" interpreted="true">
        <_comment>PHP script</_comment>
        <magic priority="50">
          <match value="&lt;?php" type="string" offset="0"/>
        </magic>
        <glob pattern="*.php"/>
        <glob pattern="*.php3"/>
        <glob pattern="*.php4"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  9. src/regexp/syntax/parse.go

    	//
    	// Perl 5.10 gave in and implemented the Python version too,
    	// but they claim that the last two are the preferred forms.
    	// PCRE and languages based on it (specifically, PHP and Ruby)
    	// support all three as well. EcmaScript 4 uses only the Python form.
    	//
    	// In both the open source world (via Code Search) and the
    	// Google source tree, (?P<expr>name) and (?<expr>name) are the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.8.md

    * kubelet: Fix bug where `runAsUser: MustRunAsNonRoot` strategy didn't reject a pod with a non-numeric `USER`. ([#56708](https://github.com/kubernetes/kubernetes/pull/56708), [@php-coder](https://github.com/php-coder))
    * Add iptables rules to allow Pod traffic even when default iptables policy is to reject. ([#52569](https://github.com/kubernetes/kubernetes/pull/52569), [@tmjd](https://github.com/tmjd))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top