Home
last modified time | relevance | path

Searched refs:identifier (Results 51 – 75 of 199) sorted by relevance

12345678

/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19identifier:function(f){return function(h,i,g){a.appendToken(h,"mi",f)}},set:function(g,h){var f=a.… method in MathJax.Extension.a.transforms
/plugin/highlightjs/highlight/styles/
H A Dir_black.css37 .function .title, .sub .identifier, .pi, .decorator, .ini .title {
H A Dsunburst.css41 .function .title, .sub .identifier, .pi, .tag, .tag .keyword, .decorator, .ini .title, .shebang {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js1 …bal.constant","@pop"],[/@\w*/,"namespace.class.identifier","@pop"],[/@@\w*/,"namespace.instance.id…
H A D21.21.js.map1identifier'\n }\n }\n ],\n // identify typ…
H A D29.29.js1 …\\s*#endregion\\b.*\\*\\/")}}},r={defaultToken:"",tokenPostfix:".less",identifier:"-?-?([a-zA-Z]|(… property in AnonymousFunctionfd300ef10100.r
H A D52.52.js.map1identifier'\n }\n }\n ]\n ],\n…
H A D16.16.js1 ….*\\*\\/")}}},i={defaultToken:"",tokenPostfix:".css",ws:"[ \t\n\r\f]*",identifier:"-?-?([a-zA-Z]|(… property in AnonymousFunction29ebc6290100.i
H A D43.43.js.map1identifier'] },\n { open: '[', close: ']', notIn: ['string', 'comment', 'identifier'] },\n …
H A D41.41.js1 …rd.php"},"@phpCompileTimeConstants":{token:"constant.php"},"@default":"identifier.php"}}],[/[$a-zA…
H A D57.57.js1 …*\\*\\/")}}},i={defaultToken:"",tokenPostfix:".scss",ws:"[ \t\n\r\f]*",identifier:"-?-?([a-zA-Z]|(… property in AnonymousFunction283644d30100.i
H A D53.53.js.map1identifier'\n }\n }\n ],\n // Designator\n…
H A D61.61.js.map1identifier'\n }\n }\n ],\n [/[<>=!%&+\\-*/…
H A D4.4.js1identifier},t.prototype.getName=function(){return this.identifier?this.identifier.getText():""},t}…
H A D2.2.js25234 return this.identifier ? this.identifier.getText() : '';
25417 return this.identifier ? this.identifier.getText() : '';
25441 return this.identifier ? this.identifier.getText() : '';
25471 return this.identifier ? this.identifier.getText() : '';
25591 return this.identifier ? this.identifier.getText() : '';
25672 return this.identifier ? this.identifier.getText() : '';
25760 return this.identifier ? this.identifier.getText() : '';
26289 return this.identifier ? this.identifier.getText() : '';
26325 return this.identifier ? this.identifier.getText() : '';
31897 if (identifier && identifier.matches('var')) {
[all …]
/plugin/codemirror/dist/modes/
H A Dpegjs.min.js.map1identifier","stream","match","startState","inString","stringType","inComment","inCharacterClass","…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
H A DHTML.DefinitionID.txt
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist7 ; identifier[]="value"
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php833 if ($identifier = $arUrl['fragment']) {
846 $iDlist = '@Id="'.$identifier.'"';
849 $iDlist .= " or @$idKey='$identifier'";
873 if(! empty($identifier)) {
874 $this->validatedNodes[$identifier] = $dataObject;
887 if ($identifier = $arUrl['fragment']) {
888 return $identifier;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst47 $stream = $twig->tokenize(new \Twig\Source($source, $identifier));
51 identifier directly on previous versions.
/plugin/const/
H A Dclass.evalmath.php664 * @param string $identifier Identifier of the string.
668 protected function get_error_string( $identifier, $error_data = null ) { argument
686 $string = $strings[ $identifier ];
/plugin/ebnf/
H A Debnf.php49 rule = identifier "=" expression ( "." | ";" ) .
52 factor = identifier
57 identifier = character { character } .
130 if ($node->nodeName=='identifier' || $node->nodeName=='terminal') {
310 throw new Exception("Production must start with an identifier'{': {$token['pos']}");
350 $identifier = $dom->createElement("identifier");
351 $identifier->setAttribute('value', $token['value']);
352 return $identifier;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js210 function browserName(identifier) { argument
211 return browserNameMap[identifier] || _.startCase(identifier);
/plugin/indexmenu/syntax/
H A Dindexmenu.php260 $identifier = $gen_id;
262 $identifier = sprintf("%u", crc32($ns));
264 $identifier = uniqid(random_int(0, mt_getrandmax()));
305 'identifier' => $identifier, //deprecated
409 //theme, identifier, nocookie, navbar, noscroll, maxJs, notoc, jsAjax, context, nomenu
489 * @param array $js_dTreeOpts entries: theme, identifier, nocookie, navbar, noscroll, maxJs, notoc, jsAjax, context,
501 $js_name = "indexmenu_" . $js_dTreeOpts['identifier'];
575 * @param string $js_name identifier for this index
665 * @param string $js_name identifier fo
[all...]

12345678