Searched refs:strValue (Results 1 – 9 of 9) sorted by relevance
/plugin/ifauthex/lib/ |
D | grammar.php | 63 public static function unquote($strValue) { argument 65 $strValue = str_replace('\\\\', '\\', $strValue); 66 $strValue = str_replace('\\"', '"', $strValue); 67 $strValue = substr($strValue, 1, strlen($strValue) - 2); 68 return $strValue; 70 public static function isQuoted($strValue) { argument 72 return mb_strlen($strValue) > 0 && mb_substr($strValue, 0, 1) == '"'; 74 return strlen($strValue) > 0 && substr($strValue, 0, 1) == '"'; 78 $strValue = $elmInstance->getStringValue(); 79 if (self::isQuoted($strValue)) { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
D | DisplayData.php | 61 public $strValue; variable in Google\\Service\\Dataflow\\DisplayData 200 public function setStrValue($strValue) argument 202 $this->strValue = $strValue; 209 return $this->strValue;
|
/plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
D | fcktools_ie.js | 211 FCKTools.ToLowerCase = function( strValue ) argument 213 return strValue.toLowerCase() ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
D | fcktools_ie.js | 224 FCKTools.ToLowerCase = function( strValue ) argument 226 return strValue.toLowerCase() ;
|
/plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
D | lessc.inc.php | 2055 foreach ($args as $name => $strValue) { 2058 $parser->buffer = (string)$strValue; 2060 throw new \Exception("failed to parse passed in variable $name: $strValue");
|
/plugin/mermaid/ |
D | mermaid.min.js | 1976 …strValue;if(l){var u=r.pstyle("text-halign"),h=r.pstyle("text-valign"),f=zb(s,"labelWidth",n),d=zb… 1978 …strValue,r=t.pstyle("text-halign").strValue;if(e==="auto")if(t.isNode())switch(r){case"left":retur… 1979 …strValue;return l==="none"?0:i&&l==="autorotate"?n.labelAutoAngle:l==="autorotate"?0:s.pfValue};eu…
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …strValue = values[0];\n const span = element.querySelector(`div[data-code=\"${id}\"…
|