Home
last modified time | relevance | path

Searched refs:lookup (Results 76 – 100 of 131) sorted by last modified time

123456

/plugin/pycode/
H A Dmethod.php711 $lookup = array (
785 foreach ($lookup as $language => $extensions) {
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …|thsr:remove-term|thsr:remove-synonym|thsr:remove-entry|thsr:query-lookup|thsr:lookup|thsr:load|th…
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DChangeLog.md3 All notable changes to `sebastianbergmann/code-unit-reverse-lookup` are documented in this file usi…
H A DLICENSE1 code-unit-reverse-lookup
H A DREADME.md1 # code-unit-reverse-lookup
9 composer require sebastian/code-unit-reverse-lookup
13 composer require --dev sebastian/code-unit-reverse-lookup
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php39 public function lookup($filename, $lineNumber) function in SebastianBergmann\\CodeUnitReverseLookup\\Wizard
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DCHANGELOG.md15 * Node: Fix Composer to lookup in vendor parent dir. (Ivan Enderlin, 2016-03-07T17:25:55+01:00)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php920 $unintentionallyCoveredUnits[] = $this->wizard->lookup($file, $line);
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/tests/
H A DWizardTest.php34 $this->wizard->lookup(__FILE__, __LINE__)
42 $this->wizard->lookup('file.php', 1)
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst59 During the gettext lookup these placeholders are converted. ``{{ name }}`` becomes ``%name%`` so th…
/plugin/structgroup/types/
H A DGroup.php64 $lookup = trim($INPUT->str('search'));
65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
71 $groups = (array) $authgroup->getGroups($max, $lookup);
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1711 * Start the page/namespace lookup timer
1725 * Executes the AJAX call for the page/namespace lookup
/plugin/database/
H A Ddatabase.php371 foreach ($lookups as $lookup) {
375 $list .= '>'.getMyLang('prompt_looking_up').' '.$lookup.'</option>';
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php72 public function lookup($id, $optParams = array()) { function in Google_TopicServiceResource
H A DGoogle_DatastoreService.php108 public function lookup($datasetId, Google_LookupRequest $postBody, $optParams = array()) { function in Google_DatasetsServiceResource
/plugin/rater/scripts/
H A Djquery.tablesorter.js424 var lookup = {};
448 lookup[cellId] = firstAvailCol;
460 return lookup;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1740 var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
1828 return lookup.charAt(num)
H A Dpdfmake.min.js.map1lookup","decode","elt","code","PLUS","PLUS_URL_SAFE","SLASH","SLASH_URL_SAFE","NUMBER","UPPER","LO…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md1047 * Added: Generalized fallback; does a lookup on the Blob constructor
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowedProperties.txt
H A DHTML.AllowedModules.txt
H A DHTML.CoreModules.txt
H A DHTML.TidyAdd.txt
H A DAttr.AllowedClasses.txt
/plugin/scrape/
H A DHTMLPurifier.standalone.php

123456