Home
last modified time | relevance | path

Searched refs:_ (Results 201 – 225 of 684) sorted by relevance

12345678910>>...28

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DOSM.php422 $latlon = explode('_', $latlon);
474 $nodePosition = sprintf(self::OSM_COORDINATE_PRECISION . '_' . self::OSM_COORDINATE_PRECISION, $point->y(), $point->x());
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dindex.rst14 for Twig. You can find it's code at `GitHub.com/twigphp/Twig-extensions`_.
39 .. _`GitHub.com/twigphp/Twig-extensions`: https://github.com/twigphp/Twig-extensions
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.pl35 local($instanceName) = @_;
52 local($ch) = @_;
/plugin/aimg/
H A Dsyntax.php84 $img_id = ltrim($img_id, '0123456789._-');
96 $img_id = ltrim($img_id, '0123456789._-');
/plugin/doctree2filelist/
H A Dadmin.php385 $dest = str_replace('+','_', $dest);
386 $dest = str_replace('-','_', $dest);
388 $dest = str_replace('__','_', $dest);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst89 - Eclipse via the `Symfony2 Plugin <http://symfony.dubture.com/>`_
90 …ttp://plugins.jetbrains.com/plugin/7320>`_ or the `Symfony2 Plugin <http://plugins.jetbrains.com/p…
/plugin/templater/
H A DCHANGELOG.md35 * Complete rework of function _ _getSection()_.
53 * Fixed _array_search()_ warning at line 152. (by [Jack126Guy](https://github.com/jack126guy))
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js93 lodash = load(filePath) || root._,
94 lodash = lodash._ || lodash,
100 var _ = root.underscore || (root.underscore = ( variable
101 _ = load('../vendor/underscore/underscore.js') || root._,
102 _._ || _
1065 if (lodash.includes('ab', 'ab') && _.includes('ab', 'ab')) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D1.1.js1_]*/,"number.binary"],[/(?:\d+?[\d_]*\s*)?'[sS]?[oO]\s*[0-7xXzZ?]+?[0-7xXzZ?_]*/,"number.octal"],[…
H A D17.17.js.map1_+\\d+)*/,\n octaldigits: /[0-7]+(_+[0-7]+)*/,\n binarydigits: /[0-1]+(_+[0-1]+)*/,\n hex…
H A D32.32.js.map1_\\[\\]{}()#+\\-\\.!]/,\n noncontrol: /[^\\\\`*_\\[\\]{}()#+\\-\\.!]/,\n escapes: /\\\\(?:@c…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm259 if( reFind("[^A-Za-z0-9_\-\.]", newFolderName) ) {
262 newFolderName = reReplace(newFolderName, "[^A-Za-z0-9\-\.]", "_", "all");
263 newFolderName = reReplace(newFolderName, "_{2,}", "_", "all");
264 newFolderName = reReplace(newFolderName, "([^_]+)_+$", "\1", "all");
265 newFolderName = reReplace(newFolderName, "$_([^_]+)$", "\1", "all");
/plugin/codemirror/dist/modes/
H A Dstylus.min.js1_(a){var b=a.toLowerCase();var c="variable-2";if(X(a))c="tag";else if(Z(a))c="block-keyword";else … function
/plugin/strata/
H A Dscript.js197 jQuery(fieldSelector, element).each(function(_,es) { argument
211 jQuery.each(values, function(_,v) { argument
284 return jQuery(fieldSelector, item).map(function(_, es) { argument
287 return jQuery.makeArray(vs.map(function(_, v) { argument
441 var minWidth = Math.max.apply(Math, jQuery('*.strata-field[data-field="' + field + '"] .strata-value', div).map(function(_, v) { argument
481 createFilterFieldAndSort(li, f.filters[j], i + '_' + j, f.field, f.sortType, fieldSelector, div, caption, f.minWidth);
534 jQuery('*.strata-item', element).each(function(_, item) { argument
553 tr.find('input').each(function(_, input) { argument
556 tr.find('select').each(function(_, select) { argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drange.rst49 The ``range`` function works as the native PHP `range`_ function.
58 .. _`range`: https://secure.php.net/range
H A Ddate.rst18 The argument must be in one of PHP’s supported `date and time formats`_.
55 .. _`date and time formats`: https://secure.php.net/manual/en/datetime.formats.php
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php248 if (file_exists($_ = PHP_BINDIR . DS . 'php' . $extension)) {
249 return realpath($_);
/plugin/s5reloaded/ui/thesis/pics/
H A Dbackground-head.xcf11 �������������� ��_��������������d������Copia de Capa nueva�����������������0�����������…
16 …�34478�7:;::;;>=>>�=AA�BABDDEEDEHH�KLKLKKNOO�NRR�VUVUVUYYXXYY\\�]\`_``cbf�gfii�jijm…
/plugin/imageshack/
H A Daction.php102 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1_.selectedElement=r}if(r){this.setupContent(r);l&&l.disable();o&&o.disable()}else{l&&l.enable();o&…
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1_.selectedElement=r}if(r){this.setupContent(r);l&&l.disable();o&&o.disable()}else{l&&l.enable();o&…
/plugin/semanticdata/
H A Dhelper.php166 preg_match('/^([^_]*)(?:_(.*))?((?<!s)|s)$/', $col, $matches);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst45 Internally, Twig uses the PHP `array_merge`_ function. It supports
48 .. _`array_merge`: https://secure.php.net/array_merge
H A Dnumber_format.rst8 `number_format`_ function:
56 .. _`number_format`: https://secure.php.net/number_format
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs._.inc.php3 function _($text) { function

12345678910>>...28