Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 28) sorted by relevance

12

/plugin/select/
H A Dsyntax.php51 $arg1 = trim($link[0]);
53 if (empty($arg1)){continue;}
55 if (empty($name)){$name = $arg1;}
61 if ( preg_match('/^[a-zA-Z\.]+>{1}.*$/u',$arg1) ) {
63 $interwiki = preg_split('/>/u',$arg1);
68 $url = $arg1;
69 }elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$arg1) ) {
71 $url = $arg1;
72 }elseif ( preg_match('!^#.+!',$arg1) ){
74 $url = substr($arg1,1);
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jar ... , java.lang.Object) String format Object arg1 Object arg2 public transient void trace (java.lang ...
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DMockable.php7 public function __construct($arg1 = null, $arg2 = null) argument
9 $this->constructorArgs = [$arg1, $arg2];
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php195 * @param int $arg1 If $option is:
212 public function stream_set_option($option, $arg1, $arg2); argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DCallTest.php95 public static function customStaticFunction($arg1, $arg2 = 'default', $arg3 = []) argument
99 public function customFunction($arg1, $arg2 = 'default', $arg3 = []) argument
H A DTestTest.php88 function twig_tests_test_barbar($string, $arg1 = null, $arg2 = null, array $args = []) argument
H A DFunctionTest.php115 function twig_tests_function_barbar($arg1 = null, $arg2 = null, array $args = []) argument
H A DFilterTest.php159 function twig_tests_filter_barbar($context, $string, $arg1 = null, $arg2 = null, array $args = []) argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php400 $arg1 = $this->readInt();
403 $trans = $this->edgeFactory($atn, $ttype, $src, $trg, $arg1, $arg2, $arg3, $sets);
765 int $arg1, argument
779 new RangeTransition($target, $arg1, $arg2);
782 $ruleStart = $atn->states[$arg1];
791 return new PredicateTransition($target, $arg1, $arg2, $arg3 !== 0);
794 return new PrecedencePredicateTransition($target, $arg1);
797 return $arg3 !== 0 ? new AtomTransition($target, Token::EOF) : new AtomTransition($target, $arg1);
800 return new ActionTransition($target, $arg1, $arg2, $arg3 !== 0);
803 return new SetTransition($target, $sets[$arg1]);
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc89 <cfargument name="arg1" type="any" required="yes">
92 <cfif isDefined("arg2") and isNumeric(arg1) and isNumeric(arg2)>
93 <cfset arg1 = javacast("int",int(arg1))>
96 <cfset variables.img.init(arg1,arg2,variables.img.TYPE_INT_RGB)>
97 <cfelseif arg1.getClass().getName() eq "java.awt.image.BufferedImage">
98 <cfset variables.img = arg1>
99 <cfelseif isSimpleValue(arg1) and len(arg1) gt 0>
100 <cfset imageResults = variables.imageCFC.readImage(arg1, "no")>
/plugin/do/scripts/
H A DPluginDo.js182 getLang: function (name, arg1, arg2) { argument
185 if (arg1 === null) {
188 return lang.replace(/%(1\$)?(s|d)/, arg1);
190 return lang.replace(/%(1\$)?(s|d)/, arg1)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dreserved_name.test4 {% macro parent(arg1, arg2) %}
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php128 * @param string $arg1,... Unlimited number of args
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php128 * @param string $arg1,... Unlimited number of args
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php128 * @param string $arg1,... Unlimited number of args
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php128 * @param string $arg1,... Unlimited number of args
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php127 * @param string $arg1,... Unlimited number of args
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js142 jQuery.fn.init = function( arg1 ) { argument
145 if ( typeof arg1 === "string" && arg1 === "#" ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php743 * @param int $arg1
748 private function _stream_set_option($option, $arg1, $arg2) argument
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c438 static int TWIG_CALL_ZZ(zval *object, char *method, zval *arg1, zval *arg2 TSRMLS_DC) in TWIG_CALL_ZZ() argument
446 args[0] = &arg1; in TWIG_CALL_ZZ()
485 static void TWIG_NEW(zval *object, char *class, zval *arg0, zval *arg1 TSRMLS_DC) in TWIG_NEW()
498 TWIG_CALL_ZZ(object, "__construct", arg0, arg1 TSRMLS_CC); in TWIG_NEW()
/plugin/dokutexit/
H A Dlatex.php835 list($arg1, $arg2) = $action['args'];
836 $this->$table_mode($arg1, $arg2);
841 $this->$table_mode($arg1, $arg2);
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js957 action = editorUi.actions.addAction('findReplace...', mxUtils.bind(this, function(arg1, evt) argument
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js48661 function emitOne(handler, isFn, self, arg1) {
48662 if (isFn) handler.call(self, arg1);else {
48667 listeners[i].call(self, arg1);
48678 listeners[i].call(self, arg1, arg2);
70541 function nextTick(fn, arg1, arg2, arg3) {
70556 fn.call(null, arg1);
70561 fn.call(null, arg1, arg2);
70566 fn.call(null, arg1, arg2, arg3);
71321 function getMessage(arg1, arg2, arg3) {
71325 return message(arg1, arg2, arg3);
[all …]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js47212 var arg1, arg2;
47215 arg1 = (code[i] << 24 | code[i + 1] << 16) >> 16;
47219 arg1 = code[i++];
47224 x = arg1;
53862 function AstBinaryOperation(op, arg1, arg2, min, max) {
53865 this.arg1 = arg1;
53931 operation.arg1.visit(this);
54002 …' && num1.type === 'literal' && num1.number === 1 && num2.arg1.type === 'literal' && num2.arg1.num…

12