Home
last modified time | relevance | path

Searched refs:prefix (Results 226 – 250 of 458) sorted by relevance

12345678910>>...19

/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1prefix","i","findEnd","by","move","extendSelection","getCursor","motion","killTo","selections","li…
/plugin/fedauth/Auth/OpenID/
H A DMessage.php461 list($prefix, $rest) = $parts;
463 $prefix = null;
466 if ($prefix != 'openid') {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php316 foreach ($config['xml_namespaces'] as $prefix => $uri) {
317 $metadata->registerNamespace($uri, $prefix);
H A DAnnotationDriver.php98 $classMetadata->xmlRootPrefix = $annot->prefix;
100 $classMetadata->registerNamespace($annot->uri, $annot->prefix);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.js12 …e('head')[0].appendChild(script);},getResource:function(prefix,name,callback){var basename=prefix+… argument
H A Djquery.syntax.core.js81 …n(pattern,escape){var prefix="\\b",postfix="\\b";if(!pattern.match(/^\w/)){if(!pattern.match(/\w$/…
84 return prefix+pattern+postfix;}
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php135 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
136 * the prefix will be stripped. It is recommended to give prefixes with a trailing slash.
148 * @param int|string $strip either the number of path components or a fixed prefix to strip
533 $prefix = '';
547 $prefix = $dir;
560 $data_last = pack("a1a100a6a2a32a32a8a8a155a12", $typeflag, '', 'ustar', '', '', '', '', '', $prefix, "");
625 if (trim($header['prefix'])) {
626 $return['filename'] = trim($header['prefix']).'/'.$return['filename'];
/plugin/openid/Auth/OpenID/
H A DMessage.php525 list($prefix, $rest) = $parts;
527 $prefix = null;
530 if ($prefix != 'openid') {
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js70 submitDisabledElements=true;var prefix="";if(arguments.length > 2)
71 prefix=arguments[2];if(typeof(frm)=="string")
74 continue;if(formElements[i].name.substring(0,prefix.length)!=prefix)
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js431 var prefix = 'highlighter_';
432 return id.indexOf(prefix) == 0 ? id : prefix + id;
532 function guid(prefix) argument
534 return (prefix || '') + Math.round(Math.random() * 1000000).toString();
/plugin/statistics/
H A Daction.php178 $sql = "SELECT `info` FROM " . $hlp->prefix . "history WHERE `dt` = DATE(NOW())";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc83 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
85 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
/plugin/jplayer/components/
H A Drequire-built.js386 var prefix,
392 return [prefix, name];
412 prefix = null,
426 prefix = nameParts[0];
429 if (prefix) {
430 prefix = normalize(prefix, parentName, applyMap);
436 if (prefix) {
453 prefix = nameParts[0];
469 prefix: prefix,
476 id: (prefix ?
[all …]
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php638 public static function startsWith($value, $prefix, $message = '') argument
640 if (0 !== strpos($value, $prefix)) {
644 static::valueToString($prefix)
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md98 // associated prefix length for that record.
146 by the C extension and a decimal string (no prefix) by the pure PHP reader.
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-viewer.production.min.js2prefix:i,localName:n}}function mi(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByNa… property in AnonymousFunction98f4c1951c900.a.ns
H A Dbpmn-navigated-viewer.production.min.js2prefix:i,localName:n}}function di(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByNa… property in AnonymousFunctionbb2fc3951c900.a.ns
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js450 guid: function( prefix ) { argument
452 return ( prefix ? prefix : "" ) + ( +new Date() + Popcorn.guid.counter );
2495 replaceInUrl, prefix, paramStr, callback, callparam;
2504 prefix = callparam[ 1 ].split( "=" )[ 1 ];
2512 if ( prefix === "?" ) {
2513 prefix = "jsonp";
2517 callback = Popcorn.guid( prefix );
/plugin/diagramsnet/lib/math/jax/element/mml/optable/
H A DMiscMathSymbolsB.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix
/plugin/ckgedit/
H A Dlocktimer.js73 params += '&prefix='+encodeURIComponent(dwform.elements.prefix.value);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php423 foreach ($namespacePrefixToDirMap as $prefix => $dir) {
424 $this->addMetadataDir($dir, $prefix);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java228 String prefix = getDatePrefix(); in capture() local
236 …tureFrame.this, "Upload as", applet.getParameter("pageName")+"-capture-"+prefix+"-" + nextCounter(… in capture()
/plugin/filelist/
H A Dsyntax.php723 _flatten_filelist($files, $prefix = '') global() argument
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php336 foreach (['lifetime', 'prefix'] as $key) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php895 * @param string $prefix
899 private function generateClassName($type, $className, $prefix) argument
922 $className = $prefix . $type . '_' .

12345678910>>...19