Home
last modified time | relevance | path

Searched refs:identifiers (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSettlementTransaction.php50 public function setIdentifiers(SettlementTransactionIdentifiers $identifiers) argument
52 $this->identifiers = $identifiers;
59 return $this->identifiers;
/plugin/phpipam/
H A Dphpipam-api.php550 * @param mixed $identifiers
553 public function set_api_identifiers ($identifiers) { argument
555 if(is_array($identifiers)) {
556 if(sizeof($identifiers)>0 && !$this->api_encrypt) {
558 $this->api_server_identifiers = implode("/", $identifiers);
560 elseif (sizeof($identifiers)>0 && $this->api_encrypt) {
562 foreach ($identifiers as $cnt=>$i) {
583 * @param mixed $identifiers (default: array())
588 …public function execute ($method = false, $controller = false, $identifiers = array(), $params = a… argument
594 $this->set_api_identifiers ($identifiers);
/plugin/codeprettify/code-prettify/src/
H A Dlang-matlab.js159 ["lang-matlab-identifiers", /^([a-zA-Z][a-zA-Z0-9_]*(?:\.[a-zA-Z][a-zA-Z0-9_]*)*)/, null],
173 ["matlab-identifiers"]
/plugin/codemirror/dist/modes/
H A Dprotobuf.min.js.map1identifiers","tokenBase","stream","eatSpace","match","skipToEnd","next","defineMode","token","fold…
H A Dwebidl.min.js.map1identifiers","identifiersEnd","strings","multilineComments","multilineCommentsStart","multilineCom…
H A Doctave.min.js.map1identifiers","builtins","keywords","tokenTranspose","stream","state","sol","peek","next","tokenize…
H A Dmumps.min.js.map1identifiers","commandKeywords","intrinsicFuncsWords","intrinsicFuncs","command","tokenBase","strea…
H A Dpython.min.js.map1identifiers","stringPrefixes","keywords","builtins","tokenBase","stream","sol","lastToken","indent…
H A Dvb.min.js.map1identifiers","openingKeywords","middleKeywords","endKeywords","operatorKeywords","wordOperators","…
H A Dcoffeescript.min.js.map1identifiers","atProp","wordOperators","indentKeywords","commonKeywords","keywords","concat","strin…
H A Dvbscript.min.js.map1identifiers","openingKeywords","middleKeywords","endKeywords","wordOperators","commonkeywords","at…
H A Djulia.min.js.map1identifiers","chars","openersList","closersList","keywordsList","builtinsList","registerHelper","c…
H A Djulia.min.js1 …b(in|isa)\\b(?!.?\\()"],"");var j=c.delimiters||/^[;,()[\]{}]/;var k=c.identifiers||/^[_A-Za-z\u00…
H A Dpowershell.min.js.map1identifiers","symbolBuiltins","namedBuiltins","variableBuiltins","builtins","grammar","keyword","n…
/plugin/struct/lang/en/
H A Deditor_edit.txt5 Field names have to be unique. It is recommended to use short identifiers that unlikely change later as they will be used to reference the fields in aggregations later. Use the translation labels in the field's configuration for more human readable names.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefixLocal.txt
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist8 ; There can be multiple identifiers sf the same name, enabling the listing of more
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D8.8.js.map1identifiers starting with an upper case letter are types.\nvar uppercaseFirstLetter = function (lo…
H A D54.54.js.map1 …classes\n [/(@identifier)(?=[.])/, 'type'],\n // identifiers, tagwords, and …
H A D11.11.js.map1 …r for our languages\n tokenizer: {\n root: [\n // identifiers and keywords\n …
H A D31.31.js.map1 …r for our languages\n tokenizer: {\n root: [\n // identifiers and keywords\n …
H A D38.38.js.map1 …r for our languages\n tokenizer: {\n root: [\n // identifiers and keywords\n …
H A D30.30.js.map1 …ifier_until_period'\n }\n ],\n // identifiers and keywords\n …
H A D55.55.js.map1identifiers.\n * unary_<op> is allowed as an identifier.\n * <name>_= is allowed as an ide…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md87 #### Example with identifiers
89 PHP identifiers are defined by a regular expression. It might change in the

1234